﻿.banner .float_left {
    float: left;
    width: 18%;
    background-color: #3b88c4;
    color: #fff;
}

.banner_lo {
    font-size: 1.8em;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    background-image: url(/New/img/home_pic/ssjxfw.png);
    background-repeat: no-repeat;
    font-weight: bold;
    padding-left: 32px;
   display:none;
}

.bannerLeftList {
    background: #fff;
    width: 100%;
    padding: 5px 20px 10px 20px;
    overflow: auto;
}

    .bannerLeftList li {
        height: 58px;
        line-height: 54px;
        font-size: 1.8em;
        color: #000;
        margin: 7px 0 7px 0;
    }

.bannerLeftList1, .bannerLeftList2, .bannerLeftList3 {
    background: #3b88c4;
    background-repeat: no-repeat;
/*    padding-left: 50px;*/
    border-radius: 0 10px 0 10px;
    background-position-y: center;
    margin-top: 5px;
    cursor: pointer;
    text-align:center;
}

.bannerLeftList4, .bannerLeftList5, .bannerLeftList6, .bannerLeftList7, .bannerLeftList8 {
    background: #eff1f3;
    background-repeat: no-repeat;
/*    padding-left: 50px;*/
    border-radius: 0 10px 0 10px;
    background-position-y: center;
    margin-top: 5px;
    cursor: pointer;
    text-align:center;
}

.bannerLeftList1 {
    background-image: url(/New/img/home_pic/st_in.png);
}

.bannerLeftList2 {
    background-image: url(/New/img/home_pic/teacher_in.png);
}

.bannerLeftList3 {
    background-image: url(/New/img/home_pic/fr_in.png);
}

.bannerLeftList4 {
    background-image: url(/New/img/home_pic/Service_Information.png);
}

.bannerLeftList5 {
    background-image: url(/New/img/home_pic/calendar.png);
}

.bannerLeftList6 {
    background-image: url(/New/img/home_pic/infor_pub.png);
}

.bannerLeftList7 {
    background-image: url(/New/img/home_pic/download.png);
}

.bannerLeftList8 {
    background-image: url(/New/img/home_pic/Links.png);
}

.bannerLeftList1 a, .bannerLeftList2 a, .bannerLeftList3 a {
    color: #fff;
}

.bannerLeftList4 a, .bannerLeftList5 a, .bannerLeftList6 a, .bannerLeftList7 a, .bannerLeftList8 a {
    color: #333;
}



.banner .float_right {
    float: right;
    width: 82%;
    overflow: hidden;
}

.banner .float_right2 {
    float: right;
    width: 13%;
}

.flexslider {
    position: relative;
    zoom: 1;
    z-index: 0;
    margin: 0;
    padding: 0;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-direction-nav {
    *height: 0;
}

.flexslider .slides {
    zoom: 1;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        position: relative;
    }

.slide-img {
    width: 100%;
    height: 0;
    padding-bottom: 31.25%;
    overflow: hidden;
    display: block;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.Banner {
    position: relative;
    border-bottom: 6px solid #005bac;
    max-width: 1920px;
    margin: 90px auto 0;
}

    .Banner .flex-control-nav {
        width: 170px;
        position: absolute;
        left: 50%;
        margin-left: -85px;
        text-align: center;
        height: 24px;
        line-height: 24px;
        bottom: 0;
        z-index: 99;
    }

    .Banner .flex-direction-nav li {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        z-index: 10;
        margin-top: -20px;
        text-align: center;
        line-height: 40px;
        overflow: hidden;
    }

        .Banner .flex-direction-nav li:before {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            background-color: #005bac;
            opacity: 0.6;
            filter: alpha(opacity=60);
            z-index: 11;
            content: '';
            transition: all 0.3s ease-in-out;
        }

    .Banner .flex-direction-nav a {
        text-decoration: none;
        display: block;
        overflow: hidden;
        cursor: pointer;
        color: #fff;
        font-size: 20px;
        position: relative;
        z-index: 12;
    }

.flex-control-nav li {
    margin: 10px 6px 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.Banner .flex-control-paging li {
    vertical-align: middle;
    position: relative;
}

.Banner .flex-control-nav li {
    margin: 0 3px;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flex-direction-nav .flex-nav-prev {
    left: 20px;
    border-radius: 8px 0 0 8px;
}

.flex-direction-nav .flex-nav-next {
    right: 20px;
    border-radius: 0 8px 8px 0;
}

.flex-control-paging li a {
    width: 9px;
    height: 9px;
    display: block;
}

.Banner .flex-control-paging li a {
    width: 10px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    opacity: 0.9;
    filter: alpha(opacity=90);
    cursor: pointer;
}

.index_center_con {
    width: 100%;
}

.notice, .news, .trends, .links {
    background-color: #0e6eb8;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 10px;
}

    .notice .float_left {
        font-size: 1.8em;
        background-image: url(/New/img/home_pic/notice.png);
        background-repeat: no-repeat;
        font-weight: bold;
        padding-left: 35px;
    }

    .notice a, .news a, .trends a {
        color: #fff;
    }

        .notice a:hover, .news a:hover, .trends a:hover {
            color: #ffa902;
        }

    .news .float_left {
        font-size: 1.8em;
        background-image: url(/New/img/home_pic/news.png);
        background-repeat: no-repeat;
        font-weight: bold;
        padding-left: 35px;
    }

    .trends .float_left {
        font-size: 1.8em;
        background-image: url(/New/img/home_pic/trends.png);
        background-repeat: no-repeat;
        font-weight: bold;
        padding-left: 35px;
    }

    .links .float_left {
        font-size: 1.8em;
        background-image: url(/New/img/home_pic/links2.png);
        background-repeat: no-repeat;
        font-weight: bold;
        padding-left: 35px;
    }

/*.noticeCon .indexConList {
    background: #fff;
    border-top: 1px #4ba4ff solid;
    width: 100%;
    height: 52px;
}*/

.noticeCon .indexConListTime, .newsCon .indexConListTime, .trendsCon .indexConListTime {
    float: right;
    /*background: #4ba4ff;*/
    width: 11%;
    padding: 4px 0 10px 0;
    margin-left: 10px;
    color: #000;
    text-align: center;
}

.noticeCon .indexConListTitle, .newsCon .indexConListTitle {
    float: left;
    padding: 0 0% 0 1em;
    width: 80%;
    line-height: 44px;
    height: 44px;
    font-size: 1.6em;
}

.indexConListTitle {
    position: relative;
}

    .indexConListTitle a {
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        display: block;
    }

        .indexConListTitle a:hover {
            color: #4ba4ff;
        }

.noticeCon, .trendsCon {
    width: 49.5%;
    margin: 5px 0.5% 5px 0;
}

.newsCon, .linksCon {
    width: 49.5%;
    margin: 5px 0 5px 0.5%;
}

    .newsCon .indexConList, .noticeCon .indexConList {
        background: #fff;
        border-top: 1px #dee2e6 solid;
        width: 100%;
        height: 44px;
        overflow: hidden;
        font-size: 1em;
    }

        .newsCon .indexConList ul {
            background: #f1f1f1;
            width: 95%;
            margin: 5px 2.5%;
            height: 58px;
            overflow: hidden;
            padding: 10px;
            border-radius: 0 10px 0 10px;
        }

            .newsCon .indexConList ul:hover {
                background: #ececec;
            }

    /*.newsCon .indexConListTime {
    float: right;
    width: 13%;
    border-right: #ffa902 solid;
    height: 37px;
    line-height: 37px;
    background: #fff;
    color: #000;
    text-align: center;
}*/

    .newsCon .indexConListTime span {
        font-size: 1.3em;
        font-weight: bold;
        color: #ffa902;
    }

    /*.newsCon .indexConListTitle {
    float: left;
    width: 81%;
    padding-left: 0px;
    line-height: 24px;
    height: 40px;
    font-size: 1.6em;
}*/

    .linksCon .indexConList {
        border: 1px #dee2e6 solid;
        border-radius: 5px;
        width: 48%;
        height: 32px;
        overflow: hidden;
        float: left;
        margin: 6px 1%;
    }

        .linksCon .indexConList ul {
            background: #f1f1f1;
            width: 95%;
            margin: 5px 2.5%;
            height: 58px;
            overflow: hidden;
            padding: 10px;
            border-radius: 0 10px 0 10px;
        }

            .linksCon .indexConList ul:hover {
                background: #ececec;
            }

    .linksCon .indexConListTime {
        float: left;
        width: 28%;
        border-right: #ffa902 solid;
        height: 37px;
        line-height: 37px;
        background: #fff;
        color: #999;
        text-align: center;
    }

        .linksCon .indexConListTime span {
            font-size: 1.6em;
            font-weight: bold;
            color: #ffa902;
        }

    .linksCon .indexConListTitle {
        float: left;
        width: 72%;
        padding-left: 10px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

    .linksCon a {
        display: block;
        width: 90%;
        text-align: center;
        border-radius: 10px;
        font-size: 1.6em;
        line-height: 16px;
        margin: 0.5em auto;
        word-spacing: 5px;
        color: #000;
        background-size: contain;
        background-repeat: repeat-y;
    }

.trendsCon .indexConList {
    background: #fff;
    border-top: 1px #dee2e6 solid;
    width: 100%;
    height: 44px;
}

    .trendsCon .indexConList ul {
        width: 100%;
        overflow: hidden;
    }

/*.trendsCon .indexConListTime {
    float: right;
    width: 14%;
    color: #999;
    text-align: center;
    line-height: 22px;
    font-size: 10px;
}*/

.trendsCon .indexConListTitle {
    float: left;
    width: 80%;
    padding-left: 1em;
    line-height: 44px;
    height: 44px;
    font-size: 1.6em;
}

.noticeCon .indexConList:hover, .newsCon .indexConList:hover, .trendsCon .indexConList:hover, .indexConList:hover {
    background: #eff1f3;
}

.trendsCon_purple {
    background: #b0a5ff;
    color: #fff !important;
    width: 100%;
}

.trendsCon_purple_border {
    border: 1px #b0a5ff solid;
}

.trendsCon_blue {
    background: #4ba4ff;
    color: #fff !important;
    width: 100%;
}

.trendsCon_blue_border {
    border: 1px #4ba4ff solid;
}

.trendsCon_bluegreen {
    background: #25cfc1;
    color: #fff !important;
    width: 100%;
}

.trendsCon_bluegreen_border {
    border: 1px #25cfc1 solid;
}

.trendsCon_orange {
    background: #ffba5e;
    color: #fff !important;
    width: 100%;
}

.trendsCon_orange_border {
    border: 1px #ffba5e solid;
}

.trendsCon_deeppurple {
    background: #9d6da7;
    color: #fff !important;
    width: 100%;
}

.trendsCon_deeppurple_border {
    border: 1px #9d6da7 solid;
}

.trendsCon_green {
    background: #4aac00;
    color: #fff !important;
    width: 100%;
}

.trendsCon_green_border {
    border: 1px #4aac00 solid;
}

.trendsCon_brown {
    background: #bd8957;
    color: #fff !important;
    width: 100%;
}

.trendsCon_brown_border {
    border: 1px #bd8957 solid;
}

.messTop, .messTop2, .messNew {
    padding: 0 5px 4px;
    color: #fff;
    border-radius: 20px;
    margin-left: 0.5em;
    position: absolute;
    right: -12%;
    font-size: 8px;
    line-height: 18px;
    text-align: center;
    height: 18px;
    width: 5em;
    color: #fff !important;
}

.messTop, .messTop2 {
    top: 10%;
}

.messTop {
    background: #fec558;
}

.messTop2 {
    background: #d00;
}

.messNew {
    background: #c59bff;
    bottom: 5%;
}

.specTitle {
    clear: both;
    text-align: center;
    background: #fff;
    border: 4px #cde6ff solid;
    border-left: none;
    border-right: none;
    width: auto;
    height: auto;
    padding: 10px;
    overflow: hidden;
    /*border-radius: 10px;*/
}

    .specTitle a {
        float: left;
        padding: 10px 5px;
        background: #eff1f3;
        width: 19%;
        height: 60px;
        overflow: hidden;
        margin: 0.5%;
        border-radius: 8px;
        font-size: 1.4em;
        font-weight: bold;
    }

        .specTitle a:hover {
            background: #fde5b8;
            color: #333;
        }

    .specTitle img {
        float: left;
    }

    .specTitle span {
        display: block;
        text-align: center;
        width: 70%;
        font-size: 18px;
        margin: 0px 5% 0 23%;
        line-height: 2.2em;
        vertical-align: bottom;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.index_link_title {
    float: left;
    width: 10%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.6em;
    background: #4ba4ff;
    color: #fff;
    font-weight: bold;
    border-radius: 10px 0px 0px 10px;
}

.index_link_con {
    float: left;
    width: 89%;
    padding: 10px;
    background: #fff;
    border-radius: 0px 10px 10px 0px;
    margin-top: 0 !important;
    overflow: hidden;
}

    .index_link_con a {
        float: left;
        margin: 0 1%;
        width: 18%;
        height: 30px;
        background: #4ba4ff;
        color: #fff;
        border-radius: 8px;
        text-align: center;
    }

        .index_link_con a:hover {
            background: #ffa902;
            color: #fff;
            border-radius: 8px;
            text-align: center;
        }



.carousel-inner h3 {
    background-color: #000;
    opacity: 0.7;
    bottom: auto !important;
    position: absolute !important;
    left: 0em;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    margin-top: -10px;
}

.bannerRight {
    position: relative;
}

.olIndex {
    text-align: right;
    width: 76%;
    position: absolute;
    right: 5%;
    z-index: 15;
    padding-left: 0;
    margin-left: -30%;
    list-style: none;
    bottom: 0;
    height:2.5em;
}

    .olIndex li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px 0.2em;
        text-indent: -999px;
        cursor: pointer;
        background-color: #ffa902\9;
        border: 2px solid #fff;
        border-radius: 10px;
    }

    .olIndex .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #ffa902;
    }

.imgList {
    position: relative;
    width: 1400px;
    height: 480px;
    margin: 0 auto;
}

    .imgList .item {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
    }

    .imgList .item img {
        width: 1400px;
        height: auto;
        cursor: pointer;
    }

    .imgList .active {
        display: block;
    }
.carousel-control{
    cursor: pointer;
}
.bannerTitle {
    position: absolute;
    bottom: -10px;
    width: 100%;
}

    .bannerTitle h3 {
        background-color: #fff;
        opacity: 0.8;
        bottom: 0;
        position: relative;
        left: 0em;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
        word-break: break-all;
        text-overflow: ellipsis;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        color: #00a0e8;
        line-height: 2em;
    }

.carousel-inner h3{
    background-color: #000;
    opacity: 0.7;
    bottom: -5px;
    position: fixed;
    left: 0em;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.carousel-indicators{
    text-align: right;
    width: 76%;
}

@media (max-width:1280px) {
    .enLink {
        margin: 5% 0 0 0;
    }

    .banner_lo, .bannerLeftList li {
        font-size: 1.8em;
        padding-left: 2em;
    }
}

@media (max-width:1024px) {
    .enLink {
        margin: 5% 0 0 0;
    }

    .banner_lo, .bannerLeftList li {
        font-size: 1.6em;
        padding-left: 2em;
    }
}

@media (max-width:970px) {
    .container {
        width: 100%;
        padding: 0;
    }

    .noticeCon, .newsCon, .trendsCon, .linksCon {
        width: 100%;
        margin: 5px 0;
    }

    .specTitle span {
        font-size: 1em;
        line-height: 1.4em;
        width: 80%;
    }

    .banner_lo, .bannerLeftList li {
        font-size: 1.4em;
        padding-left:2em;
    }
}

@media (max-width:768px) {
    .imgList{
        height: 263px;
        width: 768px;
    }

    .carousel-inner h3 {
        font-size: 1.7em;
    }

    .banner .float_left {
        width: 100%;
    }

    .banner .float_right {
        width: 100%;
    }

    .bannerLeftList li {
        width: 48%;
        float: left;
        margin: 1%;
    }

    .banner_lo, .bannerLeftList li {
        font-size: 1.8em;
    }
    .bannerLeftList li{
        padding-left:0;
    }
}

@media (max-width:667px) {
    .imgList{
        height: 228px;
        width: 667px;
    }
    .linksCon a {
        font-size: 1.2em;
    }

    .specTitle a {
        padding-left: 5%;
    }

    .trendsCon .indexConListTitle, .noticeCon .indexConListTitle, .newsCon .indexConListTitle {
        font-size: 1.3em;
    }

    .specTitle span {
        display: none;
    }

    .banner .float_left {
        width: 100%;
    }

    .carousel a span img {
        display: none;
    }

    .carousel-inner h3 {
        font-size: 2em;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width:420px) {
    .imgList{
        height: 144px;
        width: 420px;
    }

    .linksCon a {
        font-size: 1em;
    }

    .enLink {
        margin: 6% 1% 0% 1%;
        width: 98%;
    }

    .indexConListTitle a {
        width: 90%;
    }

    .carousel-inner h3 {
        font-size: 1em;
        height: 40px;
        line-height: 40px;
    }
}
